Synonym for log(INFO, obj.to_s)
84 85 86
# File 'lib/webrick/log.rb', line 84 def <<(obj) log(INFO, obj.to_s) end